GoXam for WPF v3
SetLinkFromPort Method (GraphLinksModel<NodeType,NodeKey,PortKey,LinkType>)
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : SetLinkFromPort Method
the link data to be modified
the new node data's nodekey
Change a link data so that it refers to a different "from" node data and associated port information.
Syntax
public void SetLinkFromPort( 
   LinkType linkdata,
   NodeKey nodekey,
   PortKey portparam
)

Parameters

linkdata
the link data to be modified
nodekey
the new node data's nodekey
portparam
Remarks
This calls ModifyLinkFromPort This is an error if Modifiable is false.
See Also

Reference

GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class
GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Members